//0x20 bytes (sizeof)
struct _POP_POLICY_DEVICE
{
struct _LIST_ENTRY Link; //0x0
enum POWER_POLICY_DEVICE_TYPE DeviceType; //0x8
VOID* Notification; //0xc
struct _UNICODE_STRING Name; //0x10
struct _DEVICE_OBJECT* Device; //0x18
struct _IRP* Irp; //0x1c
};